ALMaSS  1.0
The Animal, Landscape and Man Simulation System
OptimisingFarm::reverseSort Struct Reference

Struct redefining operator < - used for sorting crops. More...

#include <farm.h>

Public Member Functions

bool operator() (CropSort a, CropSort b)
 

Detailed Description

Struct redefining operator < - used for sorting crops.

Member Function Documentation

◆ operator()()

bool OptimisingFarm::reverseSort::operator() ( CropSort  a,
CropSort  b 
)
inline
2168 { return a.key > b.key; }

References OptimisingFarm::CropSort::key.


The documentation for this struct was generated from the following file: